ComponentOne ASP.NET MVC Controls
Binding Method (TreeMapBuilder<T>)

C1.Web.Mvc.Fluent Namespace > TreeMapBuilder<T> Class : Binding Method
The value.
Configurates C1.Web.Mvc.TreeMap<T>.Binding. Sets the name of the property of the data item that contains the chart value.
Syntax
'Declaration
 
Public Function Binding( _
   ByVal value As String _
) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> Binding( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is used to calculate the size of the node as compared to other node values. The property should contain numeric data.
See Also

Reference

TreeMapBuilder<T> Class
TreeMapBuilder<T> Members